/*index - главный шаблон*/
/*glb ind hea pho cbd sea bas tpm nav sal*/
/*glb*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500|PT+Sans:400,400italic,700&subset=cyrillic);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #224466;
}
img{
    border: 0;
}
a{
    text-decoration: none;
}
select, input, textarea{
    outline: none;
}
iframe{
    float: left;
    width: 100%;
    height: 400px;
    border: 0;
    margin: 0 0 50px;
}
h1{
    margin: 15px 15px 5px;
    padding: 0;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
}
h2{
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    text-indent: 15px;
    color: #224466;
}
h3{
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    text-indent: 15px;
    color: #224466;
}
p{
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
    text-indent: 12px;
    line-height: 20px;
    text-align: justify;
}
div.glbfl{
    float: left
}
div.glbw{
    float: left;
    width: 100%;
}
li.glbli{
    color: #336699;
    line-height: 28px;
}
span.glbs{
    font-size: 14px;
    color: #333333;
}
ol.glbol{
    margin: 0;
}
li.glbli{
    line-height: 30px;
    font-size: 15px;
    color: #336699;
}
ul.glbul0{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
span.glbprc{
    font-size: 26px;
    color: #FF0000;
    text-shadow: 0 1px 1px #690000;
}
span.glbuah{
    font-size: 12px;
    color: #666666;
    font-style: italic;
    text-shadow: none;
}
span.glbsbl{
    color: #000000;
}
span.glbfsi{
    color: #666666;
    font-style: italic;
}
span.glbsred{
    color: #B22222;
}
div.glbflx{
    width: 100%;
    overflow-x: auto;
}
span.glbnum{
    font-family: Tahoma;
    font-size: 15px;
    color: #000;
}
a.glba{
    font-size: 15px;
    color: #336699;
    text-decoration: underline;
}
a.glba:hover{
    text-decoration: none;
}
span.glbsb{
    font-family: Tahoma;
    font-size: 15px;
    color: #000;
}
.glbhid{
    display: none;
}
div.glbgbg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0 0 210px;
    width: calc(100% - 210px);
    height: 100%;
    background: #000000;
    opacity: 0;
    z-index: 100;
}
div.glbgbgclo{
    cursor: pointer;
    position: fixed;
    top: 3px;
    left: -42px;
    width: 40px;
    height: 40px;
    background: url('icon.png') 0 -100px #333333;
    border: 1px solid #000000;
    z-index: 120;
}
div.glbgbgclo:hover{
    background: #DD0000;
    background: url('icon.png') 0 -140px #DD0000;
    border: 1px solid #B22222;
}
div.glbtop{
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #336699;
    z-index: 180;
}
div.glbtop:hover{
    border: 1px solid #3AC3DF;
}
div.glbtopd{
    margin: 17px 10px;
    width: 30px;
    height: 16px;
    background: url('icon.png') 0 -236px;
}
div.glbtopd:hover{
    background: url('icon.png') 0 -252px;
}
/*animation*/
/*анимация*/
div.glbslc{
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 25px);
    width: 50px;
    height: 10px;
    line-height: 10px;
}
span.glbsls{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #3AC3DF;
    border: 1px solid #2B8FA0;
    border-radius: 50%;
    margin: 1px;
    opacity: 0.2;
    -webkit-animation-duration: 750ms;
    -o-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: smallload;
    -o-animation-name: smallload;
    animation-name: smallload;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
span.glbsls:nth-child(1) {
    -webkit-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
}
span.glbsls:nth-child(2) {
    -webkit-animation-delay: 180ms;
    -o-animation-delay: 180ms;
    animation-delay: 180ms;
}
span.glbsls:nth-child(3) {
    -webkit-animation-delay: 360ms;
    -o-animation-delay: 360ms;
    animation-delay: 360ms;
}
@keyframes smallload{
    0%{
        opacity: 0.3;
    }
    30%{
        opacity: 1;
    }
    100%{
        opacity: 0.3;
    }
}
/* ind */
div.ind{
    float: left;
    width: 100%;
    min-width: 300px;
    padding: 0 0 20px;
    background: #FFFFFF;
}
div.indcnt{
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 1700px;
}
/*hea*/
header{
    position: relative;
    float: left;
    width: 100%;
    background: #FFFFFF;
}
li.heali{
    float: left;
    width: 20%;
    min-height: 30px;
    text-align: center;
}
li.heali:first-child{
    display: none;
}
li.heali:nth-child(n+7){
    display: none;
}
img.healog{
    float: left;
    margin: 10px;
    width: 220px;
    height: 80px;
}
div.healnkd{
    float: right;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
a.healnka{
    font-size: 15px;
    color: #415C90;
}
a.healnka:hover{
    color: #4F536C;
    text-decoration: underline;
}
span.healnks{
    font-size: 14px;
    color: #333333;
    text-decoration: underline;
}

/*pho*/
div.pho{
    position: relative;
    float: left;
    margin: 5px 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
div.phoove{
    width: 100%;
    min-height: 30px;
    border: 0;
}
div.photit{
    float: left;
    width: 100%;
    height: 100%;
    text-indent: 10px;
    font-size: 13px;
    color: #333333;
    border-top: 1px solid #EEEEEE;
}
span.phos{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #111111;    
}
span.phop{
    display: inline-block;
    width: 44px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    text-align: right;
    text-indent: 0;
}
span.phot{
    font-size: 15px;
    color: #415C90;    
}
span.phos::before, a.phoam::before, span.phot::before{
    position: absolute;
    margin: 5px 0 5px -25px;
    width: 20px;
    height: 20px;
    content: ' ';
}
span.phos0::before{
    background: url('icon.png') 0 0 no-repeat;
}
span.phos1::before{
    background: url('icon.png') 0 -20px no-repeat;
}
span.phos2::before{
    background: url('icon.png') 0 -40px no-repeat;
}
span.phos3::before{
    background: url('icon.png') 0 -60px no-repeat;
}
span.phoscb::before{
    background: url('icon.png') 0 -80px no-repeat;
}
a.phoam::before{
    background: url('icon.png') -50px 0 no-repeat;
}
a.phoam:hover::before{
    background: url('icon.png') -50px -20px no-repeat;
}
span.phose::before{
    background: url('icon.png') -50px -40px no-repeat;
}
a.phoam{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #111111;    
}
a.phoam:hover{
    color: #415C90;
}

/*cbd*/
div.cbdcnt{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 250px;
    height: 30px;
    text-indent: 38px;
}
div.cbdcnt:hover{
    overflow: visible;
}
div.cbdove{
    position: absolute;
    top: 0;
    right: 4px;
    padding: 0 25px;
    width: 200px;
    height: 92px;
    border: 0;
    background: #FFFFFF;
    z-index: 10;
}
div.cbdove:hover{
    top: -1px;
    right: 3px;
    border: 1px solid #336699;
    z-index: 100;
    box-shadow: 0 0 10px #999999;
    z-index: 130;
}
div.cbd{
    position: relative;
    float: left;
    margin: 10px 1px;
    width: 198px;
    height: 40px;
    text-indent: 0;
}
input.cbdinp{
    float: right;
    margin: 0;
    padding: 0 7px;
    width: 133px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border-top: 1px solid #B6B4B6;
    border-left: 1px solid #B6B4B6;
    border-right: 0;
    border-bottom: 1px solid #B6B4B6;
}
div.cbdb{
    cursor: pointer;
    float: right;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #333333;
    text-align: center;
    text-indent: 0;
    background: #DDDDDD;
    border: 1px solid #878787;
}
div.cbdb:hover{
    color: #FFFFFF;
    background: #3AC3DF;
    border: 1px solid #2B8FA0;
}
span.cbds{
    font-family: 'Roboto2', Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #336699;
}

/*sea*/
div.sea{
    float: left;
    width:  calc(100% - 520px);
    min-width: 160px;
}
div.seaq{
    float: left;
    margin: 0;
    padding: 0;
    width: calc(100% - 561px);
    height: 38px;
    border-top: 1px solid #B6B4B6;
    border-left: 1px solid #B6B4B6;
    border-bottom: 1px solid #B6B4B6;
}
input.seainp{
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0;
    background-color: #F2F2F2;
}
input.seainp:focus{
    background-color: #FFFAE4;
}
input.seasub{
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    background: url('icon.png') 0 -180px #3AC3DF;
    border: 1px solid #2B8FA0;
}
input.seasub:hover{
    background-color: #415C90;
    border: 1px solid #4F536C;    
}

/*bas*/
div.bas{
    overflow: hidden;
    position: relative;
    float: left;
    margin: -14px 20px 10px;
    width: 240px;
    height: 50px;
    font-size: 13px;
    color: #666666;
    text-align: center;
    z-index: 40;
}
div.bas:hover{
    overflow: visible;
    z-index: 120;
}
div.basove{
    position: absolute;
    padding: 9px 0 0;
    top: -9px;
    left: -1px;
    width: 242px;
    height: 348px;
    background: #FFFFFF;
}
div.basove:hover{
    top: -10px;
    width: 240px;
    height: 348px;
    border: 1px solid #336699;
    box-shadow: 0 0 10px #999999;
    z-index: 120;
}
div.bastit{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
span.bastits, span.bastitsa, a.bastita{
    font-family: Tahoma;
    font-size: 18px;
    font-weight: 400;
    color: #333333;    
}
span.bastits::before, span.bastitsa::before, a.bastita::before{
    position: absolute;
    width: 30px;
    height: 24px;
    margin-left: -33px;
    content: ' ';
}
span.bastits::before{
    background: url('icon.png') -20px 0 no-repeat;
}
a.bastita::before{
    background: url('icon.png') -20px -25px no-repeat;
}
span.bastitsa::before{
    background: url('icon.png') -20px -25px no-repeat;
}
a.bastita{
    color: #333333;
}
a.bastita:hover{
    color: #3B75AF;
}
span.bastits{
    font-size: 18px;
    color: #333333;    
}
div.basemp{
    width: 100%;
    font-size: 13px;
    color: #666666;
    height: 30px;
    line-height: 22px;
    font-style: italic;
}
span.basval{
    font-size: 15px;
    color: #444444;
    font-style: normal;
}
div.basarr{
    float: left;
    margin: 4px 105px;
    width: 30px;
    height: 16px;
}
div.basupg{
    background: url('icon.png') 0 -220px;
}
div.basdwg{
    background: url('icon.png') 40px -220px;
}
div.basupb{
    background: url('icon.png') 0 -236px;
}
div.basupb:hover{
    cursor: pointer;
    background: url('icon.png') 0 -252px;
}
div.basdwb{
    background: url('icon.png') 40px -236px;
}
div.basdwb:hover{
    cursor: pointer;
    background: url('icon.png') 40px -252px;
}
div.baslnkc{
    position: relative;
    overflow: hidden;
    float: left;
    width: 240px;
    height: 200px;
}
div.baslnkcnt{
    position: absolute;
    float: left;
}
div.baslnkd{
    float: left;
    margin: 0 5px;
    width: 230px;
    height: 40px;
    line-height: 20px;
    text-align: center;
}
a.baslnka{
    font-size: 14px;
    color: #333333;
}
a.baslnka:hover{
    color: #415C90;
}
div.baslnki{
    float: left;
    width: 240px;
    height: 160px;
}
img.basimg{
    width: 240px;
    height: 160px;
}
a.basbasa{
    float: left;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #336699;
    text-align: center;
}
a.basbasa:hover{
    color: #FFFFFF;
    background: #3AC3DF;
}
span.basbass{
    float: left;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background: #3AC3DF;
}

/*tpm*/
div.tpm{
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 1700px;
    min-width: 320px;
}
div.tpmm{
    float: left;
    width: 100%;
    height: 100%;
    background: #3B75AF;
    border-top: 1px solid #336699;
    border-bottom: 1px solid #224466;
}
div.tpmmd{
    display: none;
}
li.tpmli{
    overflow: hidden;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: calc(10% - 1px);
    border-left: 1px solid #224466;
}
li.tpmli:last-child{
    width: calc(10% - 2px);
    border-right: 1px solid #224466;
}
a.tpma{
    float: left;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #FFFFFF;
}
a.tpma:hover{
    background: #415C90;
}
span.tpms{
    cursor: pointer;
    float: left;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #FFFFFF;
    background: #415C90;
    text-shadow: 0 0 1px #000000;
}
a.tpmas{
    float: left;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #FFFFFF;
    background: #415C90;
    text-shadow: 0 0 1px #000000;
}

/*nav*/
div.nav{
    float: left;
    margin: 0 5px 10px;
    width: calc(100% - 10px);
    line-height: 30px;
    font-size: 14px;
    color: #224466;
}
a.nava{
    font-family: Helvetica;
    color: #336699;
}
a.nava:first-child{
    text-indent: 20px;
}
a.nava:hover{
    color: #333333;
    text-decoration: underline;
}
span.navnxt:after{
    height: 100%;
    margin: 0 5px;
    color: #333333;
    line-height: 30px;
    content: '\2192';
}
div.sal{
    margin: 10px auto 20px;
    width: 100%;
    max-width: 1000px;
}
a.sala{
    display: inline-block;
    margin: 10px 0;
    font-size: 24px;
    color: #DD0000;
    text-indent: 15px;
}
a.sala:hover{
    color: #B22222;
    text-decoration: underline;
}
img.salimg{
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

/*foo*/
footer{
    float: left;
    min-width: 100%;
    background: #224466;
    border-top: 4px solid #3AC3DF;
}
p.foop{
    margin: 5px;
    padding: 0;
    font-size: 14px;
    color: #C0C0C0;
}
div.foo{
    float: left;
    width: 25%;
}
div.foocnt{
    margin: 20px auto 10px;
    width: 300px;
}
ul.fooul{
    padding: 0 0 0 20px;
    text-align: left;
    list-style-type: none;
}
li.fooli{
    line-height: 24px;
    font-size: 13px;
    color: #CCCCCC;
}
a.fooa{
    color: #CCCCCC;
    text-decoration: underline;
}
a.fooa:hover{
    text-decoration: none;
}
span.foos{
    color: #999999;
}
span.fooswt{
    display: inline-block;
    color: #AAAAAA;
    width: 60px;
    text-align: right;
}
div.indvisa{
    float: left;
    margin: 19px;
    width: 74px;
    height: 24px;
    background: url(icon.png) 0 -388px no-repeat;
}
div.indmc{
    float: left;
    margin: 10px 24px;
    width: 54px;
    height: 42px;
    background: url(icon.png) 0 -412px no-repeat;
}



@media (max-width:1700px){
    div.ind{
        padding: 0 10px 20px;
        width: calc(100% - 20px);
    }
}
@media (max-width:1220px){
    a.tpma{
        font-size: 14px;
    }
    span.tpms{
        font-size: 14px;
    }
    div.foocnt{
        width: 246px;
    }
}
@media (max-width:1020px){
    h1{
        margin: 5px 3px 0;
        width: calc(100% - 6px);
    }
    div.ind{
        padding: 0 5px 20px;
        width: calc(100% - 10px);
    }
    div.nav{
        margin: 0;
        width: 100%;
    }
    li.heali:nth-child(n+7){
        display: block;
    }
    li.heali{
        display: block;
        width: 100%;
        min-height: 30px;
        line-height: 30px;
        text-align: left;
        text-indent: 12px;
    }
    li.heali:nth-child(-n+5){
        text-indent: 60px;
    }
    li.heali:nth-child(n+12){
        text-indent: 38px;
    }
    li.heali:first-child{
        display: block;
        text-indent: 30px;
    }
    li.heali:nth-child(6){
        text-align: center;
        border-top: 1px solid #EEEEEE;
    }
    div.pho{
        overflow: hidden;
        float: none;
        margin: 5px 34px;
        width: 200px;
    }
    div.pho:hover{
        overflow: visible;
    }
    div.phoove:hover{
        position: absolute;
        top: -1px;
        left: -1px;
        width: 250px;
        background: #FFFFFF;
        border: 1px solid #336699;
        z-index: 150;
        box-shadow: 0 0 10px #999999;
    }
    span.phos{
        font-size: 14px;
    }
    div.cbdcnt{
        float: left;
        width: 250px;
        height: 100%;
    }
    div.cbdove{
        position: relative;
        float: left;
        top: 0;
        left: 0;
        height: 80px;
    }
    div.cbdove:hover{
        top: 0;
        border: 0;
        box-shadow: none;
    }
    div.cbd{
        margin: 10px 13px;
        width: 172px;
    }
    input.cbdinp{
        margin: 0;
        padding: 0 3px;
        width: 133px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        border-top: 1px solid #B6B4B6;
        border-left: 1px solid #B6B4B6;
        border-right: 0;
        border-bottom: 1px solid #B6B4B6;
    }
    div.cbdb{
        cursor: pointer;
        float: right;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        color: #333333;
        text-align: center;
        text-indent: 0;
        background: #DDDDDD;
        border: 1px solid #878787;
    }
    div.sea{
        margin-top: -34px;
        width: calc(100% - 240px);
        min-width: 260px;
    }
    div.healnkd{
        min-width: 130px;
        width: 50%;
    }
    div.seaq{
        margin: 34px 0 0;
    }
    input.seasub{
        margin: 34px 0 0;
    }
    div.bas{
        margin: 14px 20px 10px 20px;
        width: 240px;
    }
    li.tpmli{
        width: calc(20% - 1px);
    }
    li.tpmli:nth-child(5n){
        border-right: 1px solid #224466;
        width: calc(20% - 2px);
    }
    li.tpmli:nth-child(-n + 5){
        border-bottom: 1px solid #224466;
    }
    a.tpma{
        font-size: 14px;
    }
    span.tpms{
        font-size: 14px;
    }
    div.foo{
        width: 50%;
    }
    div.foocnt{
        width: 300px;
    }
}

@media (max-width:700px){
    div.seaq{
        margin: 0px 0 10px 10px;
        width: calc(100% - 61px);
    }
    input.seasub{
        margin: 0px 10px 10px 0;
    }
    div.bas{
        float: right;
        margin: -135px 10px 0;
    }
    div.foocnt{
        width: 250px;
    }
}

@media (max-width:520px){
    img.healog{
        margin: 5px calc(50% - 110px);
    }
    div.healnkd{
        float: right;
        width: 50%;
        max-width: 250px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    div.sea{
        margin-top: 0;
        width: 100%;
    }
    div.seaq{
        margin: 0 0 0 10px;
        width: calc(100% - 61px);
    }
    input.seasub{
        margin: 0 10px 0 0;
    }
    div.bas{
        position: absolute;
        right: -2px;
        top: 342px;
    }
    div.tpmm{
        cursor: pointer;
        overflow: hidden;
        position: relative;
        float: left;
        margin: 10px 12px;
        width: 40px;
        height: 40px;
        border: 0;
        background: none;
    }
    div.tpmmd{
        display: block;
        float: left;
        margin: 0 0 9px;
        width: calc(100% - 2px);
        height: 5px;
        border: 1px solid #224466;
        background: #336699;
    }
    div.tpm{
        position: fixed;
        overflow-y: auto;
        top: 0;
        left: -180px;
        min-width: 180px;
        width: 180px;
        height: 100%;
        background: #3B75AF;
        border-top: 1px solid #336699;
        z-index: 150;
    }
    li.tpmli, li.tpmli:nth-child(5n){
        width: calc(100% - 1px);
        border-left: 0;
        border-right: 1px solid #336699;
        border-bottom: 1px solid #224466;
    }
    li.tpmli:last-child{
        width: calc(100% - 1px);
        border-left: 0;
        border-right: 1px solid #336699;
        border-bottom: 1px solid #224466;
    }
    a.tpma{
        font-size: 14px;
    }
    span.tpms{
        font-size: 14px;
    }
    div.foo{
        width: 100%;
    }
    a.sala{
        font-size: 18px;
    }
}

@media (max-width:320px){
    div.bas{
        left: 60px;
    }
}